.NavBar {
    width: 100%;
    height: 90px;
    background: url('../images/insets/case-center/nav_bg.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}

.NavBar .Nav_Con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.NavBar .Nav_Con a {
    color: #fff;
    text-align: center;
    display: inline-block;
}

.NavBar .Nav_Con a:hover {
    width: 123px;
    height: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f26e69;
    box-shadow: -1px -2px 3px 0px rgba(0, 0, 0, 0.2);
}

.NavBar .Nav_Con .active {
    width: 123px;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f26e69;
    box-shadow: -1px -2px 3px 0px rgba(0, 0, 0, 0.2);
}

.Nav_Class {
    width: 80%;
    margin: 0 auto;
    background-color: #ffffff;
    color: #777777;
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.05);
}

.Nav_Class .trade_calss {
    padding: 25px 0;
    position: relative;
    display: flex;
    border-bottom: 2px solid #ededed;
}

.Nav_Class .trade_calss .Hide_Items {
    display: none;
    margin-top: 15px;
}

.Nav_Class a {
    margin-right: 20px;
    position: relative;
}

.Nav_Class a:hover {
    color: #f26e69;
}

.Nav_Class .trade_calss .unfold {
    color: #f26e69;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.Nav_Class .Title {
    margin-right: 30px;
}

.Nav_Class .current {
    color: #f26e69;
}

.Nav_Class .current::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    position: absolute;
    left: 12px;
    bottom: -10px;
    background-color: #f26e69;
}

.Nav_Class .product_class {
    padding: 18px 0 30px;
}

.main_company {
    padding-top: 24px;
    margin-bottom: 90px;
}

.main_company .area_select {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.main_company .area_select>span {
    color: #4d69ac;
}

.main_company .area_select .custom-select {
    width: 200px;
}

.main_company .area_select .custom-select .drop-down {
    width: 200px;
}

.main_company .area_select .custom-select>span {
    width: 150px;
}

.main_company .area_select .drop-down>li {
    padding: 0;
    padding-left: 20px;
    padding-top: 10px;
}

.main_company .area_select .drop-down>li>a:hover {
    color: #4d69ac;
}

.main_company .page {
    display: flex;
    justify-content: center;
}

.main_company .container {
    padding-top: 91px;
}

.main_company .company_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_company .company_list li {
    text-align: center;
    position: relative;
}

.main_company .company_list li>h3 {
    line-height: 36px;
    font-size: 20px;
    margin-top: 20px;
    color: #3c3c3c;
}

.main_company .company_list li>p {
    color: #848484;
    margin-bottom: 30px;
}

.main_company .company_list li>a {
    width: 394px;
    height: 314px;
    display: block;
    overflow: hidden;
}

.main_company .company_list li img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.main_company .company_list li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

/* .main_company .company_list li:hover .textBtn {
    display: block;
} */

.main_company .textBtn {
    width: 250px;
    color: #fff;
    /* display: none; */
    position: absolute;
    left: 50%;
    top: 70px;
    text-align: center;
    transform: translate(-50%, 0);
}

.main_company .textBtn dl {
    width: 194px;
    margin: 0 auto;
    padding-bottom: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.main_company .textBtn dl dt {
    font-size: 20px;
    line-height: 36px;
}

.main_company .textBtn p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}

.main_company .textBtn a {
    width: 105px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
}

.main_company .textBtn a:first-of-type:hover {
    background-color: #f26e69;
}

.main_company .textBtn a:first-of-type {
    height: 30px;
    border: solid 1px #ffffff;
}

.main_company .textBtn a:last-of-type {
    height: 32px;
    background-image: linear-gradient(4deg,
            #4d69ac 0%,
            #728ecf 100%),
        linear-gradient(#4d69ac,
            #4d69ac);
    background-blend-mode: normal,
        normal;
}

.side_bar {
    position: fixed;
    right: 0;
    top: 200px;
    background: #fff;
}

.side_bar li {
    width: 78px;
    height: 78px;
    border: 1px solid #ccc;
    border-right: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.side_bar li:not(:last-child) {
    border-bottom: none;
}

.side_bar .Hotline:hover {
    background: #f26e69;
}

.side_bar .Hotline>.hot_phone {
    display: none;
    width: 240px;
    position: absolute;
    left: -240px;
    top: -80px;
}

.side_bar .Hotline>.hot_phone p {
    height: 118px;
    line-height: 118px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.side_bar .Hotline>.hot_phone p img {
    margin-right: 10px;
}

.side_bar .Hotline>.hot_phone p:first-child {
    background: #f26e69;
}

.side_bar .Hotline>.hot_phone p:last-child {
    background: #74737a;
}

.side_bar .Hotline:hover>.hot_phone {
    display: block;
}

/* 分页样式 */
.page {
    display: flex;
    justify-content: center;
}

.page a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 2px;
    margin-right: 18px;
}

.page .page-current {
    color: #fff;
    background-color: #f26e69;
}